Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_declared_classes
get_declared_classes
Returns an array composed of the names of defined classes
Name:
get_declared_classes
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns an array composed of the names of defined classes
Related
Tips for implementing dynamic plug-in loading using init function
9
Combining mb_get_info and mb_regex_encoding for regular expression encoding settings
5
How to optimize the use of is_nan in PHP code to avoid repeated judgments
5
How to use mysqli::get_warnings to assist in analyzing performance issues
10
Similar Functions
trait_exists
trait_exists
Checkifthespecifiedt
get_class_vars
get_class_vars
Returnsanarrayofdefa
interface_exists
interface_exists
Checkiftheinterfacei
get_declared_classes
get_declared_classes
Returnsanarraycompos
property_exists
property_exists
Checkifanobjectorcla
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
is_a
is_a
Checkifanobjectbelon
get_class
get_class
Returntheobject'
Popular Articles